home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Solitaire / Sources / Spider / English.lproj / SmallGame.nib / data.classes next >
Text File  |  1994-04-17  |  971b  |  70 lines

  1. GameModule = {
  2.     ACTIONS = {
  3.     endGame:;
  4.     showRules:;
  5.     startGame:;
  6.     windowDidMove:;
  7.     inspector:;
  8.     windowWillClose:;
  9.     restartGame:;
  10.     };
  11.     OUTLETS = {
  12.     prefs;
  13.     inspector;
  14.     rulesWindow;
  15.     bundle;
  16.     gameWindow;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. CardPileView = {
  26.     ACTIONS = {
  27.     drawDragCard:;
  28.     resetBacking:;
  29.     };
  30.     OUTLETS = {
  31.     delegate;
  32.     coverPile3;
  33.     coverPile1;
  34.     coverPile4;
  35.     coverPile2;
  36.     beneath;
  37.     };
  38.     SUPERCLASS = View;
  39. };
  40. Spider = {
  41.     ACTIONS = {
  42.     };
  43.     OUTLETS = {
  44.     gamePileDelegate;
  45.     drawPileDelegate;
  46.     gamePileView3;
  47.     prevDeck;
  48.     suitPileView6;
  49.     suitPileDelegate;
  50.     suitPileView2;
  51.     suitPileView5;
  52.     gamePileView5;
  53.     gamePileView10;
  54.     gamePileView2;
  55.     gamePileView9;
  56.     suitPileView1;
  57.     suitPileView8;
  58.     suitPileView7;
  59.     gamePileView7;
  60.     drawPileView;
  61.     suitPileView3;
  62.     gamePileView4;
  63.     gamePileView1;
  64.     gamePileView8;
  65.     suitPileView4;
  66.     gamePileView6;
  67.     };
  68.     SUPERCLASS = GameModule;
  69. };
  70.